home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / MAKEEX.BAT < prev    next >
Encoding:
DOS Batch File  |  1999-01-28  |  113 b   |  7 lines

  1. @echo off
  2. set trash0=
  3. set watcom=c:\work\bin
  4. ml /c /VM crackx.asm
  5. wlink @dos4gw system dos4gw file crackx
  6.  
  7.